home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 541 / midi / midipl04 / midiplay.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-20  |  326 b   |  23 lines

  1. /*
  2.  * File: mp_gbls.h
  3.  * SGoldthorpe    27-May-91
  4.  */
  5.  
  6. /*
  7.  * HEADER FILE FOR MIDIPLAY
  8.  */
  9.  
  10. /* COMPILTER MANIFESTS */
  11. #define    RELEASE        0
  12. #define    VERSION        4
  13. #define    DATE        "19-Jul-91"
  14.  
  15. #define    BUFFER_SIZE    65535
  16. #define    MAX_TRACKS    32
  17.  
  18. #define    BOOL    int
  19. #ifndef    FALSE
  20. #define    FALSE    (0)
  21. #define    TRUE    !FALSE
  22. #endif
  23.